Vcenter NamespaceManagement Supervisors SupervisorServices PrecheckResult

Vcenter NamespaceManagement Supervisors SupervisorServices PrecheckResult
Vcenter NamespaceManagement Supervisors SupervisorServices PrecheckResult

This schema contains the result of the last valid POST /vcenter/namespace-management/supervisors/{supervisor}/supervisor-services/{supervisorService}?action=precheck operation for installing or upgrading to a Supervisor Service version on a specific Supervisor.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "target_version": "string",
    "original_version": "string",
    "status": "string",
    "status_messages": [
        {
            "severity": "string",
            "details": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            }
        }
    ],
    "precheck_finish_time": "string"
}
string
target_version
Required

Identifier of the target Supervisor Service version that the prechecks were running for.

This property was added in vSphere API 8.0.3.0.

string
original_version
Optional

Identifier of the version of the Supervisor Service installed on the Supervisor at the time when the prechecks were performed. It should always match the version of the Supervisor Service currently installed on the Supervisor. If the Supervisor Service on the Supervisor has been upgraded or deleted since the last prechecks, the stale results will be purged.

This property was added in vSphere API 8.0.3.0.

If missing or null, there was no version installed when the prechecks were performed.

string
status
Required

Status of the last precheck result.

For more information see: Vcenter NamespaceManagement Supervisors SupervisorServices PrecheckResult Status.

This property was added in vSphere API 8.0.3.0.

status_messages
Optional

A set of messages that provide additional details of the last valid precheck result, including errors and warnings for potential incompatibility.

This property was added in vSphere API 8.0.3.0.

If missing or null, the target version is compatible with the Supervisor.

string As date-time As date-time
precheck_finish_time
Required

The timestamp at which the compatibility pre-check finished

This property was added in vSphere API 8.0.3.0.